@charset "utf-8";

a:hover {
	text-decoration: none
}

h2.h2_title {
	padding-top: 24px;
	height: 40px;
	background: url(../images/artline01.png) repeat-x left 43px;
	text-align: center;
	font-weight: 400
}

h2.h2_title i {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: url(../images/artty01.png) no-repeat center;
	vertical-align: middle
}

h2.h2_title a,h2.h2_title span {
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	background: #fff;
	color: #d01817;
	vertical-align: middle;
	font-size: 2pc;
	line-height: 40px
}

p.p_title {
	padding-top: 17px;
	padding-bottom: 30px;
	height: 24px;
	color: #333;
	text-align: center;
	font-size: 1pc;
	line-height: 24px
}

.banner {
	z-index: 1;
	width: 100%
}

.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 13px 10px 13px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 2%;
}
.c-banner .preImg{
	left: 2%;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 99999;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}



#flashs,.banner {
	position: relative;
	overflow: hidden
}

#flashs {
	height: 450px
}

#flashs .bgitem {
	position: absolute;
	top: 0;
	z-index: 1
}

#flashs .btn {
	position: absolute;
	bottom: 21px;
	left: 0;
	z-index: 9999;
	width: 100%;
	text-align: center
}

#flashs .btn span {
	display: inline-block;
	margin-right: 25px;
	width: 13px;
	height: 13px;
	background: url(../images/ty03.png) no-repeat center;
	cursor: pointer
}

#flashs .btn span.cur {
	background: url(../images/ty04.png) no-repeat center
}
#flashs .bot{ display:block; position:absolute; width:58px; height:58px; top:50%; margin-top:-29px;}
#flashs .bot1{ background:url(../images/babot1.png) no-repeat center; left:5%; z-index: 2;}
#flashs .bot2{ background:url(../images/babot2.png) no-repeat center; right:5%; z-index: 2;}
.product {
	padding-bottom: 40px
}

.product,.product h2.h2_title a {
	background: #f4f4f4
}

.product p.p_title {
	font-weight: 700
}

.product .conleft {
	margin-top: 10px;
	width: 270px
}

.product .conleft dl {
	padding-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 0 0 5px 5px;
	background: #fff
}

.product .conleft dl:first-child {
	border-bottom: none;
	border-radius: 0
}

.product .conleft dl dt {
	position: relative;
	top: -1px;
	left: -1px;
	margin-bottom: 15px;
	width: 270px;
	height: 70px;
	border-radius: 5px 5px 0 0;
	background: #d01817;
	text-indent: 30px;
	font-size: 20px;
	line-height: 70px
}

.product .conleft dl dt a {
	display: block;
	height: 70px;
	background: url(../images/proicon02.png) no-repeat 220px center;
	color: #fff
}

.product .conleft dl:first-child dt a {
	display: block;
	height: 70px;
	background: url(../images/proicon01.png) no-repeat 220px center;
	color: #fff
}

.product .conleft dl dd {
	position: relative;
	margin-left: 30px;
	padding-left: 20px;
	height: 48px;
	background: url(../images/ty01.png) no-repeat left center;
	font-size: 20px;
	line-height: 44px;
}

.product .conleft dl dd>a {
	color: #000
}

.product .conleft dl dd.cur,.product .conleft dl dd:hover {
	background: url(../images/ty02.png) no-repeat left center
}

.product .conleft dl dd.cur>a,.product .conleft dl dd:hover>a {
	color: #d01817
}

.product .conleft dl dd:hover ul {
	display: block
}

.product .conleft dl dd ul {
	position: absolute;
	top: 0;
	left: 238px;
	z-index: 2;
	display: none;
	width: 200px;
	border: 1px solid #ddd;
	border-left: none;
	background: #fff
}

.product .conleft dl dd ul li {
	padding-left: 25px;
	height: 44px;
	border-bottom: 1px solid #ddd;
	background: url(../images/ty01.png) no-repeat 5px center;
	line-height: 44px
}

.product .conleft dl dd ul li:hover {
	background: url(../images/ty02.png) no-repeat 5px center
}

.product .conleft dl dd ul li:hover a {
	color: #d01817
}

.product .conleft .left_tel {
	margin-top: 15px;
	width: 270px;
	height: 110px;
	border-radius: 5px;
	background: url(../images/f_bg.jpg) center
}

.product .conleft .left_tel .con_tel {
	padding: 2pc 0 2pc 70px;
	height: 46px;
	background: url(../images/pro_tel.png) no-repeat 22px center;
	color: #fff
}

.product .conleft .left_tel .con_tel .p1 {
	font-size: 13px
}

.product .conleft .left_tel .con_tel .p2 {
	font-size: 26px
}

.product .conright {
	position: relative;
	width: 918px
}

.product .conright .r_top {
	position: relative;
	overflow: hidden;
	height: 388px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff
}

.product .conright .r_top ul {
	position: relative
}

.product .conright .r_top ul li {
	float: left;
	width: 918px
}

.product .conright .r_top dl {
	position: relative;
	padding-left: 460px;
	height: 388px
}

.product .conright .r_top dl dt {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 35px;
	width: 409px;
	height: 353px;
	border-right: 1px solid #ddd
}

.product .conright .r_top dl dt img {
	display: block;
	width: 409px;
	height: 337px
}

.product .conright .r_top dl dd.dd1 {
	margin-bottom: 15px;
	padding-top: 50px;
	font-size: 24px
}

.product .conright .r_top dl dd.dd1 a {
	color: #333
}

.product .conright .r_top dl dd.dd2 {
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 25px;
	padding-right: 5pc;
	color: #666;
	text-overflow: ellipsis;
	font-size: 13px;
	line-height: 24px;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical
}

.product .conright .r_top dl dd.dd3 {
	font-size: 13px;
	line-height: 24px
}

.product .conright .r_top dl dd.dd4 {
	position: absolute;
	top: 303px;
	left: 460px;
	width: 350px;
	height: 40px
}

.product .conright .r_top dl dd.dd4 a {
	float: left;
	margin-right: 20px;
	width: 7pc;
	height: 38px;
	border: 1px solid #d7d7d7;
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 38px
}

.product .conright .r_top dl dd.dd4 a:hover {
	border-color: #d01817;
	background: #d01817;
	color: #fff
}

.product .conright .r_top .pro_btnl {
	left: 28px;
	background: url(../images/jtl01.png) no-repeat center
}

.product .conright .r_top .pro_btnl,.product .conright .r_top .pro_btnr {
	position: absolute;
	top: 180px;
	display: block;
	width: 31px;
	height: 31px;
	cursor: pointer
}

.product .conright .r_top .pro_btnr {
	right: 28px;
	background: url(../images/jtr01.png) no-repeat center
}

.product .conright .r_top .pro_btnl:hover {
	background: url(../images/jtl02.png) no-repeat center
}

.product .conright .r_top .pro_btnr:hover {
	background: url(../images/jtr02.png) no-repeat center
}

.product .conright .prozt {
	position: absolute;
	top: -7px;
	right: 39px;
	z-index: 2;
	display: block;
	width: 45px;
	height: 5pc;
	background: url(../images/prozt.png) no-repeat center
}

.product .conright .r_bot {
	margin-top: 10px
}

.product .conright .r_bot dl {
	float: left;
	margin: 0 11px 29px 9px;
	padding-bottom: 6px;
	width: 213px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
}

.product .conright .r_bot dl.bdnot {
	margin-left: 0
}

.product .conright .r_bot dl dt img {
	display: block;
	margin-left: 7px
}

.product .conright .r_bot dl dd.dd1 {
	overflow: hidden;
	margin-bottom: 5px;
	padding: 0 15px;
	height: 30px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 42px;
}

.product .conright .r_bot dl dd.dd1 a {
	color: #333
}

.product .conright .r_bot dl dd.dd2 {
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0 40px;
	text-align: center;
	text-overflow: ellipsis;
	font-size: 13px;
	line-height: 20px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.product .conright .r_bot dl dd.dd3 a {
	display: block;
	margin: 0 auto;
	width: 114px;
	height: 40px;
	border: 1px solid #d7d7d7;
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 40px
}

.product .conright .r_bot dl:hover dd.dd3 a {
	border-color: #d01817;
	background: #d01817;
	color: #fff
}

.xfys {
	position: relative;
	padding-top: 277px;
	height: 729px;
	background: url(../images/xfbg02.jpg) no-repeat center bottom
}

.xfproblem {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 269px;
	background: url(../images/xfbg01.jpg) no-repeat center
}

.xfproblem .container {
	overflow: initial!important;
	padding-top: 30px
}

.xfproblem dl {
	position: relative;
	padding-right: 71px;
	width: 158px;
	height: 158px;
	background: url(../images/problembg.png) no-repeat left center
}

.xfproblem dl.fl {
	margin-left: -4pc
}

.xfproblem dl.fr {
	margin-right: -4pc
}

.xfproblem dl:first-child {
	margin-left: 0
}

.xfproblem dl dt {
	padding-top: 50px
}

.xfproblem dl dt span {
	margin-bottom: 5px
}

.xfproblem dl dt i,.xfproblem dl dt span {
	display: block;
	color: #000;
	text-align: center;
	font-size: 18px
}

.xfproblem dl dd {
	position: absolute;
	bottom: 23px;
	left: 0;
	width: 156px;
	color: #fff;
	text-align: center;
	font-size: 9pt
}

.xfproblem img {
	position: relative;
	top: 20px;
	left: 24px;
	float: left;
	margin-left: -4pc
}

.xfys h2.h2_title {
	background: url(../images/art02.png) no-repeat center bottom
}

.xfys .container {
	position: relative;
	overflow: hidden;
	height: 570px
}

.xfys .xfysImg {
	position: absolute;
	top: 1050px;
	left: 295px;
	width: 627px;
	height: 520px
}

.xfys .xfysImg img {
	display: block
}

.xfys .xfdl {
	position: absolute;
	overflow: hidden;
	width: 250px;
	height: 90pt
}

.xfys .xfdl dt {
	position: relative;
	top: 150px;
	margin-bottom: 10px;
	color: #222;
	font-size: 24px
}

.xfys .xfdl dt b {
	color: #d01817
}

.xfys .xfdl dd {
	position: relative;
	top: 150px;
	color: #000;
	font-size: 15px;
	line-height: 20px
}

.xfys .dl1 {
	top: 110px;
	left: 0
}

.xfys .dl2 {
	top: 375px;
	left: 0
}

.xfys .dl3 {
	top: 110px;
	right: 0
}

.xfys .dl4 {
	top: 350px;
	right: 0
}

.xflc {
	padding-top: 20px;
	height: 209px;
	background: #f4f4f4
}

.xflc h2.h2_title {
	margin-bottom: 25px;
	padding-top: 0;
	background-position: left 19px
}

.xflc h2.h2_title span {
	background: #f4f4f4
}

.xflc dl {
	float: left;
	padding-left: 85px;
	width: 75px;
	background: url(../images/lcbg.png) no-repeat 25px center
}

.xflc dl:first-child {
	background: 0 0
}

.xflc dl dt {
	margin-bottom: 10px;
	height: 60px
}

.xflc dl dt img {
	display: block;
	margin: 0 auto
}

.xflc dl dd {
	color: #333;
	text-align: center;
	font-weight: 700;
	font-size: 1pc
}

.khal {
	position: relative;
	padding-bottom: 50px;
	background: #d01817
}

.khal h2.h2_title {
	background-image: url(../images/artline02.png)
}

.khal h2.h2_title i {
	background: url(../images/artty02.png) no-repeat center
}

.khal h2.h2_title a {
	background: #d01817;
	color: #fff
}

.khal p.p_title {
	color: #fff
}

.khal .container {
	position: relative
}

.khal .khalxl {
	position: absolute;
	bottom: -68px;
	left: 50%;
	z-index: 2;
	display: block;
	margin-left: -18px;
	width: 36px;
	height: 18px;
	background: url(../images/xl01.png) no-repeat center
}

.khal .khal_con {
	position: relative
}

.khal .khal_con .con_top {
	position: relative;
	overflow: hidden
}

.khal .khal_con .con_top ul {
	position: relative
}

.khal .khal_con .con_top ul li {
	float: left;
	margin-left: 9pt;
	width: 290px
}

.khal .khal_con .con_top ul li:first-child {
	margin-left: 0
}

.khal .khal_con .con_top ul li i {
	display: block;
	overflow: hidden;
	width: 290px;
	height: 250px
}

.khal .khal_con .con_top ul li img {
	display: block;
	transition: all .5s
}

.khal .khal_con .con_top ul li p {
	height: 60px;
	background: url(../images/khalbg.jpg);
	color: #000;
	text-align: center;
	font-size: 15px;
	line-height: 60px
}

.khal .khal_con .con_top ul li:hover img {
	transform: scale(1.1)
}

.khal .khal_con .khal_btnl {
	left: -5pc;
	background: url(../images/jtl03.png) no-repeat center
}

.khal .khal_con .khal_btnl,.khal .khal_con .khal_btnr {
	position: absolute;
	top: 130px;
	display: block;
	width: 54px;
	height: 59px;
	cursor: pointer
}

.khal .khal_con .khal_btnr {
	right: -5pc;
	background: url(../images/jtr03.png) no-repeat center
}

.khal .khal_con .khal_bot {
	position: relative;
	margin-top: 10px;
	height: 228px;
	background: url(../images/khalzxly.jpg) no-repeat center;
	box-shadow: 5px 35px 45px #a21312
}

.khal .khal_con .khal_bot .khal_info {
	position: absolute;
	top: 75px;
	right: 45px;
	width: 25pc;
	height: 115px
}

.khal .khal_con .khal_bot .khal_info .info_p {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	width: 266px;
	height: 45px;
	border-bottom: 1px solid #fff
}

.khal .khal_con .khal_bot .khal_info .info_p input {
	float: left;
	width: 220px;
	height: 43px;
	border: none;
	border: 1px solid #bcbcbc;
	border-right: none;
	background: 0 0;
	color: #666;
	text-indent: 9pt;
	font-size: 14px;
	line-height: 43px
}

.khal .khal_con .khal_bot .khal_info .info_p span {
	float: left;
	width: 44px;
	height: 43px;
	border: 1px solid #bcbcbc;
	border-left: none
}

.khal .khal_con .khal_bot .khal_info .p1 span {
	background: url(../images/khalicon01.png) no-repeat center
}

.khal .khal_con .khal_bot .khal_info .p2 span {
	background: url(../images/khalicon02.png) no-repeat center
}

.khal .khal_con .khal_bot .khal_info a.yydz {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 110px;
	height: 110px;
	background: url(../images/khal02.png) no-repeat center
}

.advantage {
	background: url(../images/advbg01.jpg) no-repeat center top
}

.advantage p.p_title {
	padding-bottom: 5pc
}

.advantage .adv_con {
	position: relative;
	height: 1135px;
	background: url(../images/adv01.png) no-repeat center top
}

.advantage .adv_con .conbox {
	position: absolute;
	padding-left: 90px;
	width: 450px;
	height: 290px
}

.advantage .adv_con .conbox .box_top {
	height: 89px
}

.advantage .adv_con .conbox .box_top span {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 10px;
	width: 78px;
	height: 87px;
	background: url(../images/adv02.png) no-repeat center;
	color: #fff;
	text-align: center;
	font-size: 14px
}

.advantage .adv_con .conbox .box_top b {
	display: block;
	font-size: 24px
}

.advantage .adv_con .conbox .box_top .box_p1 {
	height: 30px;
	color: #d01817;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px
}

.advantage .adv_con .conbox .box_top .box_p2 {
	height: 30px;
	color: #000;
	font-size: 18px;
	line-height: 30px
}

.advantage .adv_con .conbox ul {
	padding-left: 15px;
	height: 10pc;
	border-left: 1px solid #bdbdbd
}

.advantage .adv_con .conbox ul li {
	position: relative;
	top: -9pt;
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
	line-height: 20px
}

.advantage .adv_con .conbox ul li i {
	position: absolute;
	top: 6px;
	left: -19px;
	display: block;
	width: 7px;
	height: 7px;
	background: url(../images/artty01.png) no-repeat center
}

.advantage .adv_con .conbox a.boxa {
	position: relative;
	top: -25px;
	left: 18px;
	display: block;
	width: 145px;
	height: 60px;
	background: url(../images/adv03.png) no-repeat center;
	color: #000;
	text-align: center;
	font-size: 13px;
	line-height: 50px
}

.advantage .adv_con .con1 a.boxa,.advantage .adv_con .con2 a.boxa,.advantage .adv_con .con3 a.boxa,.advantage .adv_con .con4 a.boxa {
	background: url(../images/adv04.png) no-repeat center
}

.advantage .adv_con .con1 {
	top: 0;
	right: 0
}

.advantage .adv_con .con2 {
	top: 430px;
	left: 0
}

.advantage .adv_con .con3 {
	top: 827px;
	right: 0
}

.advantage .adv_con .con4 {
	top: 1257px;
	left: 0
}

.advantage .adv_con .con1 a.boxa:hover,.advantage .adv_con .con2 a.boxa:hover,.advantage .adv_con .con3 a.boxa:hover,.advantage .adv_con .con4 a.boxa:hover {
	color: #d01817
}

.about {
	padding-bottom: 65px
}

.about .container {
	height: 24pc;
	/* background: url(../images/abobg.png) no-repeat -21px bottom; */
}

.about .conleft {
	position: relative;
	width: 540px;
	height: 350px;
	background: #1d1c1c;
}

.about .conleft a {
	position: relative;
	/* top: 20px; */
	/* left: 20px; */
	display: block;
}

.about .conright {
	width: 595px;
	height: 26pc
}

.about .conright h3 {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 19px
}

.about .conright h3 a {
	color: #d01817
}

.about .conright .abo_p1 {
	font-size: 1pc;
	line-height: 25px
}

.about .conright .abo_p1 a {
	color: #333
}

.about .conright .abo_p2 {
	overflow: hidden;
	margin-top: 30px;
	height: 40px
}

.about .conright .abo_p2 a {
	float: right;
	margin-left: 10px;
	width: 7pc;
	height: 38px;
	border: 1px solid #d7d7d7;
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 38px
}

.about .conright .abo_p2 a:hover {
	border-color: #d01817;
	background: #d01817;
	color: #fff
}

.xffc {
	height: 228px
}

.xffc .container,.xffc .fc_con {
	position: relative
}

.xffc .fc_con {
	top: -60px;
	overflow: hidden;
	height: 310px
}

.xffc .fc_con ul {
	position: relative
}

.xffc .fc_con ul li {
	float: left;
	margin-left: 9pt;
	width: 290px
}

.xffc .fc_con ul li:first-child {
	margin-left: 0
}

.xffc .fc_con ul li p {
	height: 60px;
	background: #f0f0f0;
	color: #333;
	text-align: center;
	font-size: 13px;
	line-height: 60px
}

.xffc .fc_con ul li i {
	display: block;
	overflow: hidden;
	width: 290px;
	height: 250px
}

.xffc .fc_con ul li img {
	display: block
}

.xffc .fc_con ul li:hover p {
	background: #d01817;
	color: #fff
}

.xffc .fcbtnl {
	left: -5pc;
	background: url(../images/jtl03.png) no-repeat center
}

.xffc .fcbtnl,.xffc .fcbtnr {
	position: absolute;
	top: 5pc;
	display: block;
	width: 54px;
	height: 59px;
	cursor: pointer
}

.xffc .fcbtnr {
	right: -5pc;
	background: url(../images/jtr03.png) no-repeat center
}

.news {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e0e0e0;
	background: #f4f4f4
}

.news .newsCon {
	width: 340px
}

.news .newsCon,.newsCon1 {
	float: left;
	margin: -1px 0 0 -1px;
	padding: 30px 29px;
	border: 1px solid #e0e0e0;
	border-top: none;
	border-bottom: none
}

.newsCon1 {
	width: 739px
}

.news h3 {
	margin-bottom: 24px;
	font-weight: 400
}

.news h3 a {
	display: block;
	height: 34px;
	background: url(../images/news01.png) no-repeat right center
}

.news h3 b {
	margin-right: 10px;
	color: #d01817;
	font-size: 22px
}

.news h3 i {
	font-size: 10px
}

.news dt {
	margin-bottom: 15px;
	padding: 10px;
	background: #fff
}

.news dt img {
	display: block
}

.news dd {
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 18px;
	height: 24px;
	background: url(../images/ty01.png) no-repeat left center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	line-height: 24px
}

.news dd a {
	color: #333
}

.news a.news_more {
	display: block;
	margin-top: 40px;
	width: 7pc;
	height: 38px;
	border: 1px solid #d7d7d7;
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 38px
}

.news .newsCon:hover .newsCon1:hover a.news_more {
	border-color: #d01817;
	background: #d01817;
	color: #fff
}

.news dl dd:hover {
	background: url(../images/ty02.png) no-repeat left center
}

.prodh {
	padding: 40px 0;
	height: 90pt;
	background: url(../images/dhbg.jpg) repeat-y
}

.prodh .dh_d1 {
	float: left;
	width: 220px;
	height: 90pt;
	background: url(../images/dhicon01.png) no-repeat left bottom
}

.prodh .dh_d1 h3 {
	font-size: 1pc
}

.prodh .dh_d1 h3 a {
	color: #d01817
}

.prodh .dh_d1 h3 i {
	display: block;
	color: #ccc;
	font-size: 13px
}

.prodh .dh_ul {
	float: left;
	padding-left: 5pc;
	width: 205px;
	height: 90pt;
	border-left: 1px dotted #c4c4c4
}

.prodh .dh_ul li {
	margin-bottom: 10px;
	padding-left: 20px;
	height: 24px;
	background: url(../images/ty01.png) no-repeat left center;
	font-size: 13px;
	line-height: 24px
}

.prodh .dh_ul li a {
	color: #333
}

.prodh .dh_ul li:hover {
	background: url(../images/ty02.png) no-repeat left center;
	font-weight: 700
}

.prodh .dh_ul li:hover a {
	color: #d01817
}

.prodh .ul1 {
	border-left: none
}

.yqlj {
	padding: 20px 0;
	border-top: 1px solid #e0e0e0;
	background: #f5f5f5
}

.yqlj .yqlj_con {
	padding: 5px 0
}

.yqlj .yqlj_con .yqlj_p1 {
	width: 75px;
	height: 1pc;
	background: url(../images/yqlj01.png) no-repeat right center;
	color: #fff;
	font-size: 14px;
	line-height: 1pc
}

.yqlj .yqlj_con .yqlj_p1 a {
	color: #d01817
}

.yqlj .yqlj_con .yqlj_p2 {
	width: 810pt
}

.yqlj .yqlj_con .yqlj_p2 a {
	float: left;
	padding: 0 1pc;
	border-left: 1px dotted #ccc;
	color: #666;
	font-size: 14px;
	line-height: 1pc
}

.yqlj .yqlj_con .yqlj_p2 a:first-child {
	padding-left: 0;
	border-left: none
}

.yqlj .yqlj_con .yqlj_p2 a:hover {
	color: #d01817
}